Package com.cisco.pt.ipc.sim.pdu
Interface DHCPSubOptionRemoteId
- All Superinterfaces:
DHCPOption,IPCData,Pdu,Signal
- All Known Implementing Classes:
DHCPSubOptionRemoteIdImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetGetMacAddress(MACAddress getMacAddress) voidsetGetRemoteIdLength(Byte getRemoteIdLength) voidsetGetRemoteIdType(Byte getRemoteIdType) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.DHCPOption
getGetOptionCode, getGetOptionLength, getGetSubOptions, setGetOptionCode, setGetOptionLength, setGetSubOptionsMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getGetRemoteIdType
Byte getGetRemoteIdType()- Returns:
- Byte Returns a Byte
-
setGetRemoteIdType
- Parameters:
getRemoteIdType- Takes in a parameter of getRemoteIdType
-
getGetRemoteIdLength
Byte getGetRemoteIdLength()- Returns:
- Byte Returns a Byte
-
setGetRemoteIdLength
- Parameters:
getRemoteIdLength- Takes in a parameter of getRemoteIdLength
-
getGetMacAddress
MACAddress getGetMacAddress()- Returns:
- MACAddress Returns a MACAddress
-
setGetMacAddress
- Parameters:
getMacAddress- Takes in a parameter of getMacAddress
-